ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / IGDoubleMatrix Class / IGDoubleMatrix Constructor / IGDoubleMatrix Constructor(Double[,])
Two dimentions array of doubles.




In This Topic
IGDoubleMatrix Constructor(Double[,])
In This Topic
Initializes a new instance of the IGDoubleMatrix class.
Syntax
'Declaration
 
Public Function New( _
   ByVal values(,) As Double _
)
 
'Usage
 
Dim values() As Double
 
Dim instance As New IGDoubleMatrix(values)

Parameters

values
Two dimentions array of doubles.
See Also